home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 17 / Developer Source Volume 17 (I-MODE Publications, Inc.)(2000).iso / dbmsa / apr97 / roy0f102.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  45.3 KB  |  439x240  |  4-bit (16 colors)
   ocr: Server, 0.invoke requests directy Client Object COM Create 2.1 Findthe-server anoblect, 3.1 Load DLL orlaunch EXE 4. Retrieve Class Factory Class 5. Ask Factoryto create Factory Figure 2. COM servers expose classes and class factories. When a client application requests creation of a new object, COM locates and loads or launches the server and asks the factory to create an object. COM returns an interface pointer to the client, and subsequent calls are invoked directly on the COM object.